Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeItemIterate<T> Delegate

In This Topic
    ThemeItemIterate<T> Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function ThemeItemIterate(Of T)( _
       ByVal themeItem As ThemeItem, _
       ByVal callbackData As T _
    ) As System.Boolean
    public delegate System.bool ThemeItemIterate<T>( 
       ThemeItem themeItem,
       T callbackData
    )

    Parameters

    themeItem
    callbackData

    Type Parameters

    T
    See Also